EN FR
EN FR


Section: New Results

Language design on top of JavaScript

Participant : Francesco Zappa Nardelli.

This research project aims at improving the design of the JavaScript language. We propose a typed extension of JavaScript combining dynamic types, concrete types and like types to let developers pick the level of guarantee that is appropriate for their code. We have implemented our type system in the V8 JavaScirpt engine and we have explored the performance and software engineering benefits.

A paper on this work has been accepted in ECOOP 2015 [21] .

With Gregor Richards (Waterloo University) and Jan Vitek (Northeastern University).